home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / Kalkulator 2.2 / calculator.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-09-30  |  2.5 KB  |  119 lines

  1. object AboutBox: TAboutBox
  2.   Left = 554
  3.   Top = 280
  4.   Width = 260
  5.   Height = 166
  6.   Cursor = crHandPoint
  7.   BorderIcons = []
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'O programie'
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = True
  18.   Position = poOwnerFormCenter
  19.   OnActivate = FormActivate
  20.   OnClick = OKButtonClick
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 5
  25.     Top = 8
  26.     Width = 79
  27.     Height = 125
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = OKButtonClick
  31.   end
  32.   object Label1: TLabel
  33.     Left = 148
  34.     Top = 72
  35.     Width = 49
  36.     Height = 14
  37.     Caption = 'freeware'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = 'Tahoma'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     OnClick = OKButtonClick
  45.   end
  46.   object Label2: TLabel
  47.     Left = 113
  48.     Top = 9
  49.     Width = 119
  50.     Height = 38
  51.     Alignment = taCenter
  52.     Caption = 'Kalkulator'#13#10'matematyczny'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -16
  56.     Font.Name = 'Tahoma'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     OnClick = OKButtonClick
  60.   end
  61.   object Label3: TLabel
  62.     Left = 143
  63.     Top = 53
  64.     Width = 57
  65.     Height = 14
  66.     Caption = 'wersja 2.2'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -12
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     OnClick = OKButtonClick
  74.   end
  75.   object Label4: TLabel
  76.     Left = 161
  77.     Top = 94
  78.     Width = 26
  79.     Height = 13
  80.     Caption = 'autor'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'Tahoma'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     OnClick = OKButtonClick
  88.   end
  89.   object Label5: TLabel
  90.     Left = 130
  91.     Top = 107
  92.     Width = 87
  93.     Height = 13
  94.     Caption = 'Jerzy Znamirowski'
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -11
  98.     Font.Name = 'Tahoma'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     OnClick = OKButtonClick
  102.   end
  103.   object Label6: TLabel
  104.     Left = 123
  105.     Top = 120
  106.     Width = 102
  107.     Height = 13
  108.     Cursor = crHandPoint
  109.     Caption = 'www.zid-project.com'
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clBlue
  112.     Font.Height = -11
  113.     Font.Name = 'Tahoma'
  114.     Font.Style = [fsUnderline]
  115.     ParentFont = False
  116.     OnClick = Label6Click
  117.   end
  118. end
  119.